Setup: nixos-desktop

This commit is contained in:
albert 2023-12-31 22:31:35 +09:00
parent 9b16da0b41
commit 1e69eb00ca
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A
3 changed files with 13 additions and 5 deletions

View file

@ -37,3 +37,11 @@ ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIP7HMCutPvexUsbjAzpd0ZOsmVtg80MOaGnCOv+I3UBf
# (Thu Dec 28 19:23:15 JST 2023) Win10 Desktop # (Thu Dec 28 19:23:15 JST 2023) Win10 Desktop
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMnAgxirNxrWnYARBG4sQ9wp21zK9uhrcNpFzegTk3Kl albert j. copeland@win10-desktop ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMnAgxirNxrWnYARBG4sQ9wp21zK9uhrcNpFzegTk3Kl albert j. copeland@win10-desktop
# (Sun Dec 31 22:27:34 JST 2023) albert@nixos-desktop
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINxrszXuuCvXelfRrIW6Owq8EYenWt6V6gQlstp9mCtx albert@nixos-desktop
# (Sun Dec 31 10:30:13 PM JST 2023) albert@nixos-desktop
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFWV04hCbmPxsaQwo8wPRWbDA5Lu9OBqPxgUA5ymyw/h albert@nixos-desktop
# (Sun Dec 31 10:31:35 PM JST 2023) albert@nixos-desktop
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINpLqa0udroR08B2v2mIe5K0Lggezrwuyg9rPtEIhqLH albert@nixos-desktop

View file

@ -1,8 +1,8 @@
{ inputs, config, lib, pkgs, modulesPath, desktop, username, platform, ... }: { { inputs, config, lib, pkgs, modulesPath, desktop, username, platform, ... }: {
imports = [ imports = [
./disks.nix ./disks.nix
../../common/modules/secureboot.nix ../../common/modules/boot.nix
../../common/modules/ssh-luks.nix # ../../common/modules/ssh-luks.nix
../../common/services/openrazer.nix ../../common/services/openrazer.nix
]; ];
# steam, nvidia-x11, etc # steam, nvidia-x11, etc

View file

@ -35,7 +35,7 @@
type = "btrfs"; type = "btrfs";
extraArgs = [ "-f" ]; extraArgs = [ "-f" ];
subvolumes = { subvolumes = {
"/" = { "/root" = {
mountpoint = "/"; mountpoint = "/";
mountOptions = [ "compress=zstd" "noatime" ]; mountOptions = [ "compress=zstd" "noatime" ];
}; # root }; # root