diff --git a/flake.lock b/flake.lock index 0f84ae3..7c61276 100644 --- a/flake.lock +++ b/flake.lock @@ -3,15 +3,14 @@ "ags": { "inputs": { "astal": "astal", - "gnim": "gnim", "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1753974398, - "narHash": "sha256-BcqTJiLyP2OYhZB4UI3+Vn43x5ZfGxUJcyO6k1NzLew=", + "lastModified": 1756487002, + "narHash": "sha256-hN9RfNXy53qAkT68T+IYZpl68uE1uPOVMkw0MqC43KA=", "owner": "aylur", "repo": "ags", - "rev": "4b208a05dfdfc549f736f8b61df43ea8b734787a", + "rev": "8ff792dba6cc82eed10e760f551075564dd0a407", "type": "github" }, "original": { @@ -123,22 +122,6 @@ "url": "https://git.thomasave.be/thomasave/fzgo.git" } }, - "gnim": { - "flake": false, - "locked": { - "lastModified": 1753090800, - "narHash": "sha256-6sS6KHong2cMGn+6xJwjiizZzwu2XUmp++DtiKZhFMU=", - "owner": "aylur", - "repo": "gnim", - "rev": "2f58f8444c4cb8fefeab7a9901a33e99cfa92457", - "type": "github" - }, - "original": { - "owner": "aylur", - "repo": "gnim", - "type": "github" - } - }, "home-manager": { "inputs": { "nixpkgs": [ @@ -146,11 +129,11 @@ ] }, "locked": { - "lastModified": 1754365350, - "narHash": "sha256-NLWIkn1qM0wxtZu/2NXRaujWJ4Y1PSZlc7h0y6pOzOQ=", + "lastModified": 1756579987, + "narHash": "sha256-duCce8zGsaMsrqqOmLOsuaV1PVIw/vXWnKuLKZClsGg=", "owner": "nix-community", "repo": "home-manager", - "rev": "c5d7e957397ecb7d48b99c928611c6e780db1b56", + "rev": "99a69bdf8a3c6bf038c4121e9c4b6e99706a187a", "type": "github" }, "original": { @@ -182,11 +165,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1753694789, - "narHash": "sha256-cKgvtz6fKuK1Xr5LQW/zOUiAC0oSQoA9nOISB0pJZqM=", + "lastModified": 1754214453, + "narHash": "sha256-Q/I2xJn/j1wpkGhWkQnm20nShYnG7TI99foDBpXm1SY=", "owner": "nixos", "repo": "nixpkgs", - "rev": "dc9637876d0dcc8c9e5e22986b857632effeb727", + "rev": "5b09dc45f24cf32316283e62aec81ffee3c3e376", "type": "github" }, "original": { @@ -214,11 +197,11 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1754214453, - "narHash": "sha256-Q/I2xJn/j1wpkGhWkQnm20nShYnG7TI99foDBpXm1SY=", + "lastModified": 1756542300, + "narHash": "sha256-tlOn88coG5fzdyqz6R93SQL5Gpq+m/DsWpekNFhqPQk=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "5b09dc45f24cf32316283e62aec81ffee3c3e376", + "rev": "d7600c775f877cd87b4f5a831c28aa94137377aa", "type": "github" }, "original": { @@ -230,11 +213,11 @@ }, "nixpkgs_4": { "locked": { - "lastModified": 1754214453, - "narHash": "sha256-Q/I2xJn/j1wpkGhWkQnm20nShYnG7TI99foDBpXm1SY=", + "lastModified": 1756542300, + "narHash": "sha256-tlOn88coG5fzdyqz6R93SQL5Gpq+m/DsWpekNFhqPQk=", "owner": "nixos", "repo": "nixpkgs", - "rev": "5b09dc45f24cf32316283e62aec81ffee3c3e376", + "rev": "d7600c775f877cd87b4f5a831c28aa94137377aa", "type": "github" }, "original": { @@ -266,11 +249,11 @@ "nixpkgs": "nixpkgs_4" }, "locked": { - "lastModified": 1754385756, - "narHash": "sha256-Wid5ZO+zjBJeK2S9ozaJE12FzCwRwZKUlO2Wx57hKY4=", + "lastModified": 1756628146, + "narHash": "sha256-kmBpyiUIyWcy7jvycC93rhrikoYU6vL4dGTfEBYc4tk=", "owner": "nix-community", "repo": "NUR", - "rev": "4dbdd033a969d9b760027e70123cef914a9665e2", + "rev": "88de26363dced399c9e45da9bc6bf09f52f8edb1", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index cfe7f69..409061f 100644 --- a/flake.nix +++ b/flake.nix @@ -31,7 +31,7 @@ ]; } { networking.hostName = host; - time.timeZone = "Europe/Brussels"; + time.timeZone = "Asia/Bangkok"; nix.settings = { substituters = [ "https://nix-community.cachix.org" @@ -91,5 +91,7 @@ Asturia = { user = "user"; }; }; in - { nixosConfigurations = nixpkgs.lib.mapAttrs mkSystem systems; }; + { + nixosConfigurations = nixpkgs.lib.mapAttrs mkSystem systems; + }; } diff --git a/home/ssh/default.nix b/home/ssh/default.nix index bbdbf64..65debd6 100644 --- a/home/ssh/default.nix +++ b/home/ssh/default.nix @@ -3,6 +3,7 @@ { programs.ssh = { enable = true; + enableDefaultConfig = false; includes = [ "gpulab_hosts_config" ]; matchBlocks = { "*" = { diff --git a/home/utils/desktop.nix b/home/utils/desktop.nix index a6fa7de..88b59de 100644 --- a/home/utils/desktop.nix +++ b/home/utils/desktop.nix @@ -35,7 +35,6 @@ zip heroic cmake - jellyfin-media-player chromium nmap arp-scan @@ -47,6 +46,7 @@ yubioath-flutter obsidian nautilus + appimage-run ]; services.kdeconnect = { diff --git a/hosts/Aloria/default.nix b/hosts/Aloria/default.nix index dbe9d9d..b9e7bd3 100644 --- a/hosts/Aloria/default.nix +++ b/hosts/Aloria/default.nix @@ -17,7 +17,9 @@ in { zramSwap.enable = true; services.upower.enable = true; - services.logind.extraConfig = ''HandlePowerKey=ignore''; + services.logind.settings.Login = { + HandlePowerKey = "suspend"; + }; services.throttled.enable = true; services.thinkfan.enable = true; diff --git a/hosts/Arendia/default.nix b/hosts/Arendia/default.nix index 5c9a60e..efea34a 100644 --- a/hosts/Arendia/default.nix +++ b/hosts/Arendia/default.nix @@ -26,7 +26,9 @@ in { zramSwap.enable = true; services.upower.enable = true; services.thermald.enable = true; - services.logind.extraConfig = ''HandlePowerKey=ignore''; + services.logind.settings.Login = { + HandlePowerKey = "suspend"; + }; services.throttled = { enable = true; }; diff --git a/hosts/Kell/default.nix b/hosts/Kell/default.nix index f93d37e..121566c 100644 --- a/hosts/Kell/default.nix +++ b/hosts/Kell/default.nix @@ -38,7 +38,9 @@ in { acceleration = "rocm"; }; # nixpkgs.config.cudaSupport = true; - services.logind.extraConfig = ''HandlePowerKey=suspend''; + services.logind.settings.Login = { + HandlePowerKey = "suspend"; + }; # Virtualization virtualisation.libvirtd.enable = true;