Merge remote-tracking branch 'origin/nixos' into nixos-work
This commit is contained in:
commit
9fcfb0d7a4
43 changed files with 358 additions and 311 deletions
|
|
@ -11,6 +11,11 @@
|
|||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
my.profiles = {
|
||||
desktop.enable = true;
|
||||
work.enable = true;
|
||||
};
|
||||
|
||||
# Use the systemd-boot EFI boot loader.
|
||||
boot = {
|
||||
supportedFilesystems = [ "btrfs" ];
|
||||
|
|
|
|||
1
hosts/nixos-work/system.nix
Normal file
1
hosts/nixos-work/system.nix
Normal file
|
|
@ -0,0 +1 @@
|
|||
"x86_64-linux"
|
||||
Loading…
Add table
Add a link
Reference in a new issue