test
This commit is contained in:
parent
2299e6ff51
commit
95cb76f0b3
2 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
imports = [
|
||||
../common/desktops/${desktop}
|
||||
../users/${username}
|
||||
# ../users/${username}
|
||||
];
|
||||
|
||||
networking.firewall = {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ inputs, config, lib, pkgs, modulesPath, system, ... }: {
|
||||
{ username, stateVersion, inputs, config, lib, pkgs, modulesPath, system, ... }: {
|
||||
imports = [
|
||||
inputs.nixos-hardware.nixosModules.framework-13th-gen-intel
|
||||
(modulesPath + "/installer/scan/not-detected.nix")
|
||||
|
@ -8,7 +8,7 @@
|
|||
../../common/modules/ssh-luks.nix
|
||||
../../common/services/docker.nix
|
||||
../../common/services/tailscale-autoconnect.nix
|
||||
( import ../../containers/rdesktop.nix { desktop = "xfce"; } )
|
||||
( import ../../containers/rdesktop.nix { desktop = "xfce"; stateVersion = stateVersion; username = username;} )
|
||||
./disks.nix
|
||||
./builder.nix
|
||||
./wireguard.nix
|
||||
|
|
Loading…
Reference in a new issue