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