test iso
This commit is contained in:
@@ -2,14 +2,19 @@
|
||||
|
||||
flake.nixosModules.iso = { lib, pkgs, modulesPath, ... }: {
|
||||
|
||||
imports = with inputs; [
|
||||
imports = with self.nixosModules; [
|
||||
|
||||
(modulesPath + "/installer/cd-dvd/installation-cd-minimal.nix")
|
||||
|
||||
inputs.home-manager.nixosModules.default
|
||||
|
||||
self.nixosModules.default
|
||||
self.nixosModules.aurora-greeter
|
||||
|
||||
home-manager.nixosModules.default
|
||||
aurora-greeter
|
||||
hyprland
|
||||
pipewire
|
||||
avahi
|
||||
netbird
|
||||
openssh
|
||||
|
||||
];
|
||||
|
||||
@@ -22,7 +27,8 @@
|
||||
|
||||
system.stateVersion = "25.11";
|
||||
|
||||
nixpkgs.hostPlatform = "x86_64-linux";
|
||||
#nixpkgs.hostPlatform = "x86_64-linux";
|
||||
nixpkgs.hostPlatform = pkgs.stdenv.hostPlatform.system;
|
||||
|
||||
users.users."nathan" = {
|
||||
hashedPassword = "$y$j9T$F0pn6l4C45lz4a0FTZLqE0$Fc48Ptbmz/3MJCk/Jsaqop4ff.bY3J3GcjhmJx5R7k6";
|
||||
@@ -35,6 +41,9 @@
|
||||
users.users.nixos.enable = lib.mkForce false;
|
||||
|
||||
networking = {
|
||||
|
||||
hostName = "iso";
|
||||
|
||||
nameservers = [ "1.1.1.1" "1.0.0.1" ];
|
||||
networkmanager.enable = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user