Remove redundant variable

This commit is contained in:
2026-05-15 15:39:00 +00:00
parent f878110e49
commit 28a2a91d93

View File

@@ -100,12 +100,8 @@
];
};
nixosConfigurations.deimos =
let
nixosConfigurations.deimos = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
in
nixpkgs.lib.nixosSystem {
inherit system;
specialArgs = {
primaryUser = "artem";
inherit (inputs) jail-nix;