moving rhapsody-in-green to systems
This commit is contained in:
parent
9f7cb6f186
commit
0a88a21372
@ -1,7 +1,7 @@
|
||||
{
|
||||
imports = [
|
||||
./hardware.nix
|
||||
../../syncthing_base.nix
|
||||
../../users/richie/syncthing_base.nix
|
||||
];
|
||||
|
||||
boot = {
|
@ -1,5 +1,8 @@
|
||||
{ inputs, ... }:
|
||||
{
|
||||
users = [
|
||||
"richie"
|
||||
];
|
||||
system = "x86_64-linux";
|
||||
home = true;
|
||||
sops = true;
|
@ -6,11 +6,7 @@
|
||||
./home/vscode
|
||||
];
|
||||
|
||||
nixpkgs = {
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
};
|
||||
};
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
home = {
|
||||
username = "richie";
|
||||
|
Loading…
x
Reference in New Issue
Block a user