chore: remove useless variables
This commit is contained in:
parent
e862d4b35c
commit
43e3c37e71
1 changed files with 3 additions and 9 deletions
|
@ -22,7 +22,7 @@ let
|
|||
|
||||
allSystems = [
|
||||
"x86_64-linux" # 64bit AMD/Intel x86
|
||||
"aarch64-linux" # 64bit ARM macOS
|
||||
"aarch64-linux" # 64bit ARM Linux
|
||||
];
|
||||
|
||||
forAllSystems = fn:
|
||||
|
@ -52,9 +52,6 @@ in {
|
|||
inherit stateVersion inputs;
|
||||
hostname = "morty";
|
||||
username = "ephase";
|
||||
hostConfig = {
|
||||
desktop = true;
|
||||
};
|
||||
};
|
||||
modules = [
|
||||
./nixos/default.nix
|
||||
|
@ -67,9 +64,6 @@ in {
|
|||
inherit stateVersion inputs;
|
||||
hostname = "mrmeeseeks";
|
||||
username = "ephase";
|
||||
hostConfig = {
|
||||
desktop = true;
|
||||
};
|
||||
};
|
||||
modules = [
|
||||
./nixos/default.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue