fixup! WIP: x13s: install to nvme, refactor into module
This commit is contained in:
parent
a083c05b27
commit
a1f42a13a1
1 changed files with 13 additions and 17 deletions
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
# repoFlake.inputs.sops-nix.nixosModules.sops
|
repoFlake.inputs.sops-nix.nixosModules.sops
|
||||||
nodeFlake.inputs.disko.nixosModules.disko
|
nodeFlake.inputs.disko.nixosModules.disko
|
||||||
./disko.nix
|
./disko.nix
|
||||||
|
|
||||||
|
@ -19,10 +19,7 @@
|
||||||
|
|
||||||
../../profiles/common/pkg.nix
|
../../profiles/common/pkg.nix
|
||||||
|
|
||||||
|
|
||||||
{
|
{
|
||||||
# nixpkgs.config.allowUnsupportedSystem = true;
|
|
||||||
|
|
||||||
# flake registry
|
# flake registry
|
||||||
nix.registry.nixpkgs.flake = nodeFlake.inputs.nixpkgs;
|
nix.registry.nixpkgs.flake = nodeFlake.inputs.nixpkgs;
|
||||||
|
|
||||||
|
@ -38,14 +35,13 @@
|
||||||
nix.settings.max-jobs = lib.mkDefault "auto";
|
nix.settings.max-jobs = lib.mkDefault "auto";
|
||||||
}
|
}
|
||||||
|
|
||||||
# ../../profiles/common/user.nix
|
../../profiles/common/user.nix
|
||||||
|
|
||||||
{
|
{
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
services.openssh.settings.PermitRootLogin = "yes";
|
services.openssh.settings.PermitRootLogin = "yes";
|
||||||
services.openssh.openFirewall = true;
|
services.openssh.openFirewall = true;
|
||||||
|
|
||||||
|
|
||||||
# sops.defaultSopsFile = ../../../../secrets/${nodeName}/secrets.yaml;
|
# sops.defaultSopsFile = ../../../../secrets/${nodeName}/secrets.yaml;
|
||||||
# sops.defaultSopsFormat = "yaml";
|
# sops.defaultSopsFormat = "yaml";
|
||||||
|
|
||||||
|
@ -59,7 +55,7 @@
|
||||||
|
|
||||||
nodeFlake.inputs.home-manager.nixosModules.home-manager
|
nodeFlake.inputs.home-manager.nixosModules.home-manager
|
||||||
|
|
||||||
# ../../snippets/sway-desktop.nix
|
../../snippets/sway-desktop.nix
|
||||||
# ../../snippets/radicale.nix
|
# ../../snippets/radicale.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -78,7 +74,6 @@
|
||||||
# useNetworkd = true;
|
# useNetworkd = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
system.stateVersion = "23.11";
|
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
|
@ -92,16 +87,17 @@
|
||||||
pkgs.git-crypt
|
pkgs.git-crypt
|
||||||
];
|
];
|
||||||
|
|
||||||
# home-manager.users.steveej = _: {
|
system.stateVersion = "23.11";
|
||||||
# home.stateVersion = "23.11";
|
home-manager.users.steveej = _: {
|
||||||
|
home.stateVersion = "23.11";
|
||||||
|
|
||||||
# imports = [
|
imports = [
|
||||||
# ../../../home-manager/configuration/graphical-fullblown.nix
|
../../../home-manager/configuration/graphical-fullblown.nix
|
||||||
# ];
|
];
|
||||||
|
|
||||||
# home.sessionVariables = { };
|
home.sessionVariables = { };
|
||||||
|
|
||||||
# home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# ];
|
];
|
||||||
# };
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue