diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-06-22 01:25:32 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-06-22 01:25:32 +0530 |
| commit | 1ea3c72321a83143591bd4e9989da94798c2d71b (patch) | |
| tree | a3d584226f176ad6b7e71fff5e646216d0dff63d /configuration.nix | |
| parent | e8344d9f10cc3313c69dc9717d02602645048c1a (diff) | |
| download | homeserver-nixos-config-1ea3c72321a83143591bd4e9989da94798c2d71b.tar.gz homeserver-nixos-config-1ea3c72321a83143591bd4e9989da94798c2d71b.zip | |
Add immish dashboard link + refactor stuff
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/configuration.nix b/configuration.nix deleted file mode 100644 index 6622ec1..0000000 --- a/configuration.nix +++ /dev/null @@ -1,37 +0,0 @@ -{ pkgs, ... }: -{ - imports = [ - ./modules/hardware - ./modules/users - ./modules/network - ./modules/media - ./modules/dashboard - ./modules/storage - ./modules/notifications - ./modules/monitoring - ]; - - environment.systemPackages = with pkgs; [ - bottom - mtm - neovim - lf - util-linux - dig - ]; - - time.timeZone = "Asia/Kolkata"; - i18n.defaultLocale = "en_GB.UTF-8"; - - nix.settings = { - experimental-features = [ "nix-command" "flakes" ]; - auto-optimise-store = true; - }; - nix.gc = { - automatic = true; - dates = "weekly"; - }; - nixpkgs.config.allowUnfree = true; - - system.stateVersion = "25.05"; -} |
